home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / APW Interfaces / CInclude / Malloc.h < prev    next >
Encoding:
Text File  |  1990-04-01  |  165 b   |  12 lines  |  [TEXT/pdos]

  1. /*
  2.  * Copyright Apple Computer, Inc. 1987
  3.  * All rights reserved
  4.  */
  5.   
  6. char *malloc();
  7. char *realloc();
  8. char *calloc();
  9. void free();
  10. void cfree();
  11. char *lmalloc();
  12.